home *** CD-ROM | disk | FTP | other *** search
/ La Traviata / La Traviata.iso / viewer / gifdesk.doc < prev    next >
Text File  |  1991-03-03  |  10KB  |  197 lines

  1.           GIFDESK.DOC - some notes on GIFDESK.EXE 4.0
  2.     (released March, 1991 - 25th anniversary of Beatles "Nowhere Man")
  3.  
  4. GIFDESK is a utility to view many of your GIFs at one time on a VGA system.
  5. Examples of how to use GIFDESK:
  6.     GIFDESK *.gif
  7.     GIFDESK f:\pics\s*.gif p*.gif
  8.  
  9. Run GIFDESK alone to get a quick-reference to it's usage.
  10.  
  11. Remember, you need at least a VGA to use GIFDESK!  All of the Super VGA
  12. modes require at least 512k video memory. If you have only 256k, you
  13. may need to override the autodetect by setting GIFDESK=VGA.
  14. ------------------------------------------------------------------------------
  15. NEW THIS VERSION:
  16.     - Full GIF89a support! Plain text, transparent, restore, etc
  17.     - printing to LaserJet compatible printer on LPT1 (F9 key)
  18.     - rewritten video drivers, better, faster
  19.     - VESA driver support
  20.     - Ahead A and Ahead B chipset support
  21.     - Genoa 6400/6600 chipset support
  22.     - Tecmar card support (no auto-detect)
  23.     - Trident 8900 chipset support (no auto-detect)
  24.     - Command file support (see SAMPLE.CMD)
  25.     - FILE driver for non-VGA or BBS systems
  26.     - better color selection per picture
  27.     - better alphabetic file sorting
  28. ------------------------------------------------------------------------------
  29. Display:  GIFs are displayed by GIFDESK in several arrangements.  The
  30. maximum number of GIFs shown at one time is 80 (if you have a 1024x768
  31. mode on your SVGA).  GIFDESK can also show 1 GIF at a time (in color if
  32. you have a hi-res 256 color mode on your SVGA).  The display layout can
  33. be changed by hitting the SPACEBAR.  This will cycle through the various
  34. GIF arrangements.  Also, the F1,F2,F3 and F4 keys will switch directly
  35. to a particular layout.  (Notice that F1=1x1, F2=2x2, etc).  If you are
  36. using an SVGA that supports an 640x480, 800x600 and/or 1024x768 mode you
  37. can switch to a higher resolution using the + key.  Switch to lower
  38. resolution with the - key.  The following table lists the various
  39. configurations:
  40.  
  41. Video Mode                              GIF Arrangemant
  42.                       F1 Key         F2 Key       F3 Key       F4 Key
  43. ------------------    -------------  -----------  -----------  ------------
  44. 640x480x16            1x1 16-Grey    2x2 16-Grey  3x3 16-Grey  6x5 16-Grey
  45. 640x480x256 (SVGA)    1x1 256/64     2x2 256/64   3x3 256/64   6x5 256/64
  46. 800x600x16  (SVGA)    1x1 256/64     2x2 256/64   4x4 256/64   8x6 256/64
  47. 800x600x256 (SVGA)    1x1 256/64     2x2 256/64   4x4 256/64   8x6 256/64
  48. 1024x768x16 (SVGA)    1x1 256/64     2x2 256/64   5x5 256/64   10x8 256/64
  49. 1024x768x256(SVGA)    1x1 256/64     2x2 256/64   5x5 256/64   10x8 256/64
  50.  
  51. (256/64 is 256 colour or 64 grey - toggle between these with F10)
  52.  
  53. Notes:
  54.     1) GIFDESK should be able to handle GIF's up to 4096x4096 in size.
  55.     2) Writing a GIF file (via . key) may take a while.  As it is being
  56.        done, a white dot will scan the screen for top to bottom.  At
  57.        completion, a two tone sound will occur if successful.
  58.     3) Printing a screen (via F9 key) may take a while. At completion
  59.        a tone will occur.
  60.  
  61. Super VGA's:
  62. If you have a super VGA that supports 640x480x256 or better (you need 512K),
  63. GIFDESK should use the appropriate driver for your card.  The signon screen
  64. lists the type of card that GIFDESK detected.  If this is incorrect, you can
  65. override this autoselection with the environment variable GIFDESK. Set the
  66. environment variable GIFDESK to the correct card name according to the following
  67. table:
  68.  
  69.   Card(s)                          GIFDESK Environment Variable
  70.   =====================================================================
  71.   ATI VGA Wonder                   ATI
  72.   ---------------------------------------------------------------------
  73.   Chips & Technologies, Cardinal   C&T
  74.   Boca Research 1024 VGA
  75.   ---------------------------------------------------------------------
  76.   Everex Viewpoint                 EVEREX
  77.   ---------------------------------------------------------------------
  78.   Paradise, AST, Compaq, Dell      PARADISE
  79.   Western Digital
  80.   ---------------------------------------------------------------------
  81.   Tseng, Genoa, STB, Orchid        TSENG
  82.   Quadram, Sota, Willow
  83.   ---------------------------------------------------------------------
  84.   Trident, Logix, ZyMOS            TRIDENT
  85.   TrueTech
  86.   ---------------------------------------------------------------------
  87.   Video 7, Headland                VIDEO7
  88.   ---------------------------------------------------------------------
  89.   Generic VGA                      VGA
  90.   ---------------------------------------------------------------------
  91.   Tseng 4000, Sigma           TSENG4K
  92.   ---------------------------------------------------------------------
  93.   Genoa 6400/6600           GENOA
  94.   ---------------------------------------------------------------------
  95.   V.E.S.A Driver           VESA
  96.   ---------------------------------------------------------------------
  97.   Ahead Wizard Deluxe           AHEADB (older cards AHEADA)
  98.   ---------------------------------------------------------------------
  99.   Tecmar ADGM                      TECMAR (no auto-detect)
  100.   ---------------------------------------------------------------------
  101.   Trident 8900               TRIDENT89 (no auto-detect)
  102.   ---------------------------------------------------------------------
  103.   Disk File image GIFDESK.DAT       FILE (no auto-detect)
  104.  
  105. Example:
  106.     If you have an AST VGA card (with 512k!) use the following command:
  107.     c:>SET GIFDESK=PARADISE
  108.  
  109. Notes: 1) The startup screen will notify you of the driver GIFDESK is using.
  110.       (the drivers are built into GIFDESK)
  111.        2) Several of the SVGA cards have not been tested...comments???
  112.       (Everex, Dell, Tecmar)
  113.  
  114.  
  115. Keys in GIFDESK:
  116.    "PgDn/PgUp" . .Next/Previous screen
  117.    "Esc" . . . . .Exit to DOS
  118.    "Space" . . . .Toggle Resolution (2x2->1x1->6x5->3x3->2x2...)
  119.    "Tab" . . . . .Skip to Next Pic
  120.    "." . . . . . .Write screen to GIF file
  121.    "Home". . . . .Go to first screen
  122.    "End" . . . . .Go to last screen
  123.    "+" . . . . . .Increase Resolution (SVGA only) (640x480->800x600->1024x768)
  124.    "-" . . . . . .Decrease Resolution (SVGA only) (1024x768->800x600->640x480)
  125.    "F9". . . . . .Print to LaserJet on LPT1
  126.    "F10. . . . . .Toggle between grey and colour mode (SVGA only)
  127.    "F1,F2,F3,F4. .Change directly to 1x1,2x2 etc.
  128.    any other . . .Skip to GIF file with name starting with character
  129.  
  130. Examples:
  131.    Key    Result
  132.    ===    ===========================================
  133.     .     Writes GIF file (named GIFDSKnn.GIF)
  134.     c     Skips to first GIF file starting with c (e.g. CHEAPSEX.GIF)
  135.     7       "   "    "    "   "      "      "   7 (e.g. 7HEAVEN.GIF)
  136.    end    Displays last set of GIF's (e.g ZAGNUT.GIF, ZIGGY.GIF, ...)
  137.    esc    Exit the wonderful world of GIFDESK
  138.  
  139. -------------------------------------------------------------------------------
  140. COMMAND FILE:
  141.     If the file GIFDESK.CMD is present in the current directory,
  142.     GIFDESK will read its commands from it. The file contains ASCII
  143.     commands that tell GIFDESK what to do next. This may be useful
  144.     to someone incorporating GIFDESK into an automatic GIF catalog
  145.     generator for BBS use.
  146.     SAMPLE.CMD contains a sample of a command file, along with the
  147.     available commands. To use it:
  148.         1) copy SAMPLE.CMD to GIFDESK.CMD
  149.         2) run GIFDESK... GIFDESK *.gif
  150.         3) watch it happen
  151.  
  152. -------------------------------------------------------------------------------
  153. FILE DRIVER:
  154.     This driver is activated by setting GIFDESK=FILE. No graphics
  155.     card is necessary; pixel operations are simulated by reading
  156.     and writing a disk file (GIFDESK.DAT). Printing is not
  157.     supported with this driver. Disk space of 768 kbytes is
  158.     required for the GIFDESK.DAT file. Normal keystrokes or Command
  159.     mode can be used (via the GIFDESK.CMD file, see SAMPLE.CMD).
  160.     Status information is directed to the screen during processing,
  161.     and can be redirected at command time:
  162.         C:>GIFDESK *.gif >lpt1
  163.     Note that this driver is slower than real hardware, and certain
  164.     operations (e.g. clearing the screen) may take a few seconds
  165.     and be disk intensive. GIF89a extensions are not supported for
  166.     this driver.
  167.  
  168. Version History:
  169.     1.0 - Initial release, worked...kinda slow...
  170.     1.1 - Faster.
  171.           Allows keys during GIF decode.
  172.           Shows resolution even in 6x5 format.
  173.     2.0 - Super VGA support, promo screen, 1x1,2x2 format, better sizing!,
  174.           Writes GIF's!, 1st character key->filename, much more!
  175.     3.0 - Autodetect of SVGA.  Colour-colour-colour!!! (on SVGA, GIFDESK now
  176.           shows GIFs in colour in all modes.  Can still force to grey with
  177.           F10).  Fixed 640x480x256 for C&T, Paradise, Trident, & Video 7.
  178.     3.1 - Some intermediate beta releases
  179.     3.2 - Tseng 4000 support, clear screen routine changed, vertical
  180.       interrupt detection modified.
  181.     3.2a- GIF89a support, bank 0 preset fix for certain TSENG based
  182.           cards.
  183.     4.0 - Rewritten video drivers. Printing to LaserJet. VESA, Genoa,
  184.           Ahead, Tecmar, Trident 8900 added. Command file support. 16
  185.       color palette bug fix. FILE driver. More than 256 files quick
  186.       key bug fix. Better color selection per picture. Better
  187.       alphabetic file sorting. Full GIF89a support added.
  188.  
  189. GIF is a trademark of CompuServe Inc.
  190.  
  191. Have comments, suggestions, fan mail, hate mail, GIF pictures?
  192.     Jay Wherley
  193.     1006 Hidden Harbour Dr. #E2
  194.     Melbourne, FL 32935
  195.     (407) 242-5296 9-5 M-F
  196.  
  197. Finally, GIFDESK Was free, Is free, Always free.